forked from espressif/esp-idf
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dac patch 5 1 #166
Closed
Closed
Dac patch 5 1 #166
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ID as a suffix This commit updates the IDLE task names for each core by concatenating the respective coreIDs to the names. Closes espressif#12204
- napt: restore to the initial state in deinit (espressif/esp-lwip@5c4f899f) - napt: Fix ip_portmap_add() to keep only one port mapping (espressif/esp-lwip@d65ad241) - napt: Fix clean compilation (espressif/esp-lwip@7033e26f) - napt: Fix IP forwarding when forward netif enable NAPT (espressif/esp-lwip@bc78df87) - napt/stats: Move some napt counters to stats module (espressif/esp-lwip@b55e64ae) - ip_napt_maint: Fix timestamp overflow handling (2.1.3) (espressif/esp-lwip@a7e0a50c) - napt: Fixes and improvements (2.1.3) (espressif/esp-lwip@fadb9109) - Add sbom descripton file for Software BOM (espressif/esp-lwip@f07097d7)
GDB on Windows incorrectly reads EOL in the script files causing 'gdb' action to fail. (gdb) source .../build/gdbinit/py_extensions (gdb) source .../build\gdbinit\symbols add symbol table from file "...\build\bootloader\bootloader.elf" .../build\gdbinit\symbols:6: Error in sourced command file: Undefined command: "". Try "help". Forcing line separator to '\n' resolved the issue Signed-off-by: Michal Jenikovsky <[email protected]>
ff_ routines incorrectly reported disk state and caused whole fatfs to lock-up when trying to write to read-only device. Signed-off-by: Michal Jenikovsky <[email protected]>
1: add a quantity check in bt when writing paired device info into nvs. 2: delete the exceeded device info from NVS when get bonded list during bluedroid initialization. 3: unify the process of bt and ble to load bonded list during bluedroid initialization.
1: replace api esp_hf_ag_devices_status_indchange with esp_hf_ag_ciev_report in bluetooth hfp_ag example to send device status of AG to HF unit. 2: remove the unused codes
1: update the newest active device when an ACL link is established and the remote device info is not in bond list. This updates will not stored into NVRAM until a new device is paired.
- Fixed address resolution for directed adv with RPA when scanning - Fixed resolvable private address renew after timeout
- Fixed extended adv address setting after adv restart - Fixed scan channel index setting for extended scan - Add API to set aux channel index for extended adv
- modify mesh proxy solic uuid to 0x18590303 - Fixed DTM payload length cannot be 0 - Added config to enable Hw recorrect eco - report the number of packets sent on the TX end
Implement the requirement asked in https://www.esp32.com/viewtopic.php?f=13&t=35919
…w clock source config option when pmu initialize
Tools, CI: Improve autocomplete tests (v5.1) See merge request espressif/esp-idf!27037
…elease/v5.1' Feature/include hf and ag in single build v5.1 See merge request espressif/esp-idf!26841
…5.1' into 'release/v5.1' backport v5.1: In the LP ACTIVE state, the slow clock power domain is by default in a powered-off state See merge request espressif/esp-idf!26601
feat(lwip): Fixes and Improvements for NAPT and SBOM Support (v5.1) See merge request espressif/esp-idf!26334
…/v5.1' feat(mbedtls): support c2 mbedtls can use crypto algorithm in ROM (backport v5.1) See merge request espressif/esp-idf!26698
… into 'release/v5.1' fix(bt&ble): fix BLE unable to load bonded device info after reboot. (backport v5.1) See merge request espressif/esp-idf!26465
…_v5.1' into 'release/v5.1' fix(bt/bluedroid): Send device status of AG to HF with a different api (backport v5.1) See merge request espressif/esp-idf!26587
fix(spi): fixed undesired touching to DMA (v5.1) See merge request espressif/esp-idf!26769
Backport/fix ble bugs v5.1(backport v5.1) See merge request espressif/esp-idf!26762
…'release/v5.1' Bugfix/fix deinit init wifi scan fail issue v5.1(Backport v5.1) See merge request espressif/esp-idf!27064
…5.1' into 'release/v5.1' feat(pm): support callback mechanism in lightsleep flow(backport v5.1) See merge request espressif/esp-idf!26365
…shold_v5.1' into 'release/v5.1' fix(esp_system): increase esp32h2 slow clock calibration timeout watchdog threshold (backport v5.1) See merge request espressif/esp-idf!26920
fix(ota): Fixed OTA fail on octal flash with 32MB memory (backport v5.1) See merge request espressif/esp-idf!26811
…ease/v5.1' fix(nimble): remove IRAM_ATTR from npl_os_freertos.c file (v5.1) See merge request espressif/esp-idf!26839
doc(WiFi/Vendor): Update the ESPNOW example for the recv callback function (backport v5.1) See merge request espressif/esp-idf!26685
…ase/v5.1' Fixed some BLE bugs 20231020 (backport v5.1) See merge request espressif/esp-idf!26604
…elease/v5.1' fix(esp_hw_support): move fe_32m to fe/adc common clock (backport v5.1) See merge request espressif/esp-idf!27058
…lease/v5.1' fix(bt/bluedroid): Fix build error when both of the HFP roles are enabled (v5.1) See merge request espressif/esp-idf!27077
fix(examples/iperf): Update and rename default TCP/UDP buffer sizes (Backport v5.1) See merge request espressif/esp-idf!26680
…se/v5.1' fix(freertos): Updated IDLE task names for each core to have the coreID as a suffix (v5.1) See merge request espressif/esp-idf!26118
Two small patches for build system and fatfs (GitHub PR) (v5.1) See merge request espressif/esp-idf!26431
fix(examples): Fix usage of SNTP netif API in examples (v5.1) See merge request espressif/esp-idf!26917
ci: fix assign test jobs (v5.1) See merge request espressif/esp-idf!27118
…/v5.1' fix (wifi_prov): Retry provisioning on `WIFI_AUTH_EXPIRE` event (v5.1) See merge request espressif/esp-idf!26901
…1' into 'release/v5.1' fix(bt/bluedroid): fix LoadProhibited error in spp vfs acceptor example (backport v5.1) See merge request espressif/esp-idf!26861
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.